home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- BorderStyle = bsSingle
- Caption = 'Form1'
- ClientHeight = 334
- ClientWidth = 364
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 128
- Width = 345
- Height = 195
- end
- object lblGangScreen: TLabel
- Left = 144
- Top = 18
- Width = 90
- Height = 13
- Caption = 'Alt+DEVELOPERS'
- end
- object imgClipBoard: TImage
- Left = 8
- Top = 128
- Width = 345
- Height = 195
- Stretch = True
- end
- object btnDelphi: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Delphi'
- TabOrder = 0
- OnClick = btnDelphiClick
- end
- object edtGangScreen: TSpinEdit
- Left = 104
- Top = 13
- Width = 29
- Height = 22
- MaxLength = 1
- MaxValue = 6
- MinValue = 1
- TabOrder = 1
- Value = 1
- OnChange = edtGangScreenChange
- end
- object btnPrintScreen: TButton
- Left = 8
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Print Screen'
- TabOrder = 2
- OnClick = btnPrintScreenClick
- end
- object chkWholeScreen: TCheckBox
- Left = 104
- Top = 56
- Width = 125
- Height = 17
- Caption = '&Capture whole screen'
- TabOrder = 3
- OnClick = chkWholeScreenClick
- end
- object Edit1: TEdit
- Left = 104
- Top = 88
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object btnCopyright: TButton
- Left = 8
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Copyright'
- TabOrder = 5
- OnClick = btnCopyrightClick
- end
- end
-